home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / Helper Apps (MAC) / HELPER_ Java Finger 1.0 / Java Finger! Ä.sit / Java Finger! ƒ / ReadMe < prev    next >
Text File  |  1996-11-27  |  1KB  |  49 lines

  1. Joe's Java Finger
  2. Portions ⌐1996 Joseph Santaniello
  3. mailto:cvoss@sn.no
  4. http://www.sn.no/~cvoss/Joe
  5. This file may be included, only along with this documentation, on CD-ROM collections.
  6.  
  7. What is it?
  8.  
  9. This is a simple client to the Finger protocol.
  10. It is an entirely free standing double-clickable application. 
  11.  
  12. Why's it so ugly?
  13.  
  14. It was written in Java with tools from the JDK from Sun.
  15.  
  16. What's it need to run?
  17.  
  18. It requires that you have Java installed.
  19. MacJDK 1.0.2 can be found at http://java.sun.com/ 
  20. or see below for modifying the program so it uses Apple's
  21. java class database or Netscape's or whatever...
  22.  
  23. How do I use it?
  24.  
  25. Just double-click it, enter an address (try mine:  cvoss@sn.no) and
  26. press the Query button. 
  27.  
  28. What's it cost?
  29.  
  30. An e-mail message to me. Don't have to say anything interesting,
  31. just let me know you've tried it. If you have any Java apps, send 'em to me.
  32. Even corny stupid ones.
  33.  
  34. What if I don't want to use Sun's 1.9MB of java cuz I already have 1.8MB of
  35. Apple's Mac Java Runtime or 1.5MB of Netscape's Java installed?
  36.  
  37. Maybe if you changed STR resource #1 from:
  38.  
  39. ./lib/JoesFinger.zip:/$INSTALLATION_CLAS/JDK-1.0.2
  40.  
  41. to:
  42.  
  43. ./lib/JoesFinger.zip:/Your HD/System Folder/Extensions/... blah, blah.../MRJClasses
  44. ie: the path to your MJR libraries "MRJClasses" file.
  45. Or specify the path to your Netscape "java_30" or "moz3_0.zip" file or
  46. whatever java class database you want to use...
  47. just maybe it'll work. If you get the paths right it will.
  48.  
  49.